home *** CD-ROM | disk | FTP | other *** search
- // Filename: CALC.HPP
- // "CALC" Generated by Visual Programmer
- // Author: Blue Sky
-
-
-
-
- // *************************************************************
- // Class definition for Class: Cwm_Application
- // Base Class : Cwm_BaseApplication
- // Derived from MFC Class : CWinApp
- // *************************************************************
-
- class Cwm_Application : public Cwm_BaseApplication
- {
- public:
- Cwm_Application (const char* pName = NULL)
- : Cwm_BaseApplication (pName) {} ;
- virtual ~Cwm_Application () {} ;
-
- // Overrides
- virtual BOOL InitApplication ();
- virtual BOOL InitInstance ();
- virtual int ExitInstance ();
-
- // YOU CAN ADD YOUR OWN CODE HERE
-
- protected:
- //{{SIM_MSG_PROTO(Cwm_Application)
- // DO NOT EDIT what you see in this block of generated code.
-
- //}}SIM_MSG_PROTO(Cwm_Application)
-
- protected:
-
-
- DECLARE_MESSAGE_MAP()
- };
-
-
-
- // *************************************************************
- // Class definition for Class: Cwm_MainWnd
- // Base Class : Cwm_MainBaseWnd
- // Derived from MFC Class : CWindow
- // *************************************************************
-
- class Cwm_MainWnd : public Cwm_MainBaseWnd
- {
- public:
- Cwm_MainWnd();
- virtual ~Cwm_MainWnd();
-
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
-
- // YOU CAN ADD YOUR OWN CODE HERE
-
-
- protected:
-
- //{{SIM_MSG_PROTO(Cwm_MainWnd)
- // DO NOT EDIT what you see in this block of generated code.
- //}}SIM_MSG_PROTO(Cwm_MainWnd)
-
- protected:
-
- DECLARE_DYNCREATE(Cwm_MainWnd)
-
- DECLARE_MESSAGE_MAP()
-
- };
-